Installing the Linux Sensor
To install the Linux Sensor, first download the Sensor package from the Cyberhaven Console and copy it onto the Linux machine.
- Navigate to the Endpoint Sensors page and click on Sensor Installers > Linux and download the latest Sensor. If you are using RHEL and Oracle Linux, download the file ending with “(rpm)”. For Ubuntu and Debian then download the file ending with “(deb)”.
- Copy the installer file onto the machine where you want to install the Sensor.
Installation
Based on the Linux distribution you are using, run the appropriate command in a terminal window to install the Sensor.
For RHEL and Oracle Linux, run the following command.
sudo dnf install Cyberhaven-<version>.rpm
For Ubuntu and Debian, run the following command.
sudo apt install ./Cyberhaven-<version>.deb
If you are logged into the machine as a root user, then omit “sudo” from the command.